home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / ras_api / rasform.dfm / rasform.txt
Text File  |  1996-04-08  |  1KB  |  76 lines

  1. object RASConnect: TRASConnect
  2.   Left = 111
  3.   Top = 51
  4.   Width = 435
  5.   Height = 371
  6.   Caption = 'Remote Access'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnActivate = FormActivate
  13.   OnClose = FormClose
  14.   TextHeight = 16
  15.   object ConnectBtn: TBitBtn
  16.     Left = 32
  17.     Top = 8
  18.     Width = 89
  19.     Height = 33
  20.     Caption = '&Connect'
  21.     TabOrder = 0
  22.     OnClick = ConnectBtnClick
  23.   end
  24.   object Memo1: TMemo
  25.     Left = 32
  26.     Top = 96
  27.     Width = 369
  28.     Height = 201
  29.     Lines.Strings = (
  30.       '')
  31.     TabOrder = 1
  32.   end
  33.   object StatusBtn: TBitBtn
  34.     Left = 172
  35.     Top = 8
  36.     Width = 89
  37.     Height = 33
  38.     Caption = '&Status'
  39.     TabOrder = 2
  40.     OnClick = StatusBtnClick
  41.   end
  42.   object DisconnectBtn: TBitBtn
  43.     Left = 312
  44.     Top = 8
  45.     Width = 89
  46.     Height = 33
  47.     Caption = '&Disconnect'
  48.     TabOrder = 3
  49.     OnClick = DisconnectBtnClick
  50.   end
  51.   object PhoneBox: TComboBox
  52.     Left = 32
  53.     Top = 64
  54.     Width = 369
  55.     Height = 24
  56.     ItemHeight = 16
  57.     TabOrder = 4
  58.     OnExit = PhoneBoxExit
  59.   end
  60.   object ConnectionBox: TComboBox
  61.     Left = 32
  62.     Top = 304
  63.     Width = 369
  64.     Height = 24
  65.     ItemHeight = 16
  66.     TabOrder = 5
  67.   end
  68.   object RAS1: TRAS
  69.     UserName = 'MikeA'
  70.     Password = 'MikeA'
  71.     OnConnect = RAS1Connect
  72.     OnDisconnect = RAS1Disconnect
  73.     Top = 24
  74.   end
  75. end
  76.